home *** CD-ROM | disk | FTP | other *** search
/ CSi Master: Ableton Live 5 / CSi Master: Ableton Live 5.iso / pc / rsrc / locrsrc / mtprsrc.dir / Internal_172.ls < prev    next >
Encoding:
Text File  |  2005-10-31  |  320 b   |  15 lines

  1. on mouseDown
  2.   sprite(44).movieRate = 0
  3.   set the castNum of sprite 44 to the number of member "edit page bk"
  4.   puppetTransition(23)
  5.   updateStage()
  6.   puppetSprite(44, 0)
  7.   repeat with n = 8 to 11
  8.     puppetSprite(n, 0)
  9.   end repeat
  10.   repeat with n = 15 to 48
  11.     puppetSprite(n, 0)
  12.   end repeat
  13.   go(marker(0) + 6)
  14. end
  15.